home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # This is an example script that will load the LKS.
- # You should place an entry in your /etc/rc.local
- # that calls this file. For example if you place
- # this file in the directory /etc/ppp, then the line
- # you add to /etc/rc.local will look like:
- # sh /etc/ppp/rc.local
- #
- # You must update the PATH variable to point
- # to the place where the ppp_reloc file is
- # kept.
- #
- PATH=/usr/lib/ppp
- if [ -f ${PATH}/ppp_reloc ]; then
- /usr/etc/kl_util -a ${PATH}/ppp_reloc
- (echo -n ' ppp')
- fi
-